func github.com/vmihailenco/msgpack/v5.addrDecoder

5 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L83: 			return addrDecoder(nilAwareDecoder(typ, decodeCustomValue))
		decode_value.go#L86: 			return addrDecoder(nilAwareDecoder(typ, unmarshalValue))
		decode_value.go#L89: 			return addrDecoder(nilAwareDecoder(typ, unmarshalBinaryValue))
		decode_value.go#L92: 			return addrDecoder(nilAwareDecoder(typ, unmarshalTextValue))
		decode_value.go#L141: func addrDecoder(fn decoderFunc) decoderFunc {